home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
monochrome.swf
/
scripts
/
frame_10
/
PlaceObject2_508_538
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-26
|
323 b
|
21 lines
onClipEvent(load){
if(_name != "shipWARP2")
{
life = 2000;
_Y = -20;
_X = 275;
_rotation = 180;
speed = 7;
accel = 0.2;
ac = 1;
rspeed = 0.6;
timer = 0;
began = 0;
rad = _width / 2;
}
else
{
_visible = false;
}
}